home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6597 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: wyst.hobby.nl!hans
  2. Newsgroups: comp.sys.amiga.programmer
  3. Subject: Re: ixemul 42 problem.
  4. References: <4jfb3r$kcg@gosset.maths.tcd.ie>
  5. From: hans@wyst.hobby.nl (Hans Verkuil)
  6. Message-ID: <hans.0n4w@wyst.hobby.nl>
  7. Date: Sat, 30 Mar 96 13:12:31 CET
  8. Organization: None
  9.  
  10. dwmalone@maths.tcd.ie (David Malone) writes:
  11.  
  12.  
  13. >I'm having serious trouble with the '040 fpu version of the
  14. >V42 ixemul library. gccv runs fine with the old version of the
  15. >library I have ( 41.2 ? ), but blows up almost every time with
  16. >the new version. The problem showed up with both 2.7.0 and 2.6.3
  17. >versions of gcc.
  18.  
  19. >After some messing I discovered that it works OK, as long as
  20. >nothing complicated is going on. If boot with no startup sequence
  21. >and then run the following script :
  22.  
  23. >setpatch
  24. >makedir ram:t ram:env
  25. >assign t: ram:t
  26. >assign env: ram:env
  27. >setenv GCCSTACK 350000
  28. >execute work2:gnu/s/user-startup
  29. >cd ram:
  30. >copy temp:hello.c ram:
  31. >gccv hello.c
  32. >echo Did 1st compile
  33. >run work:tools/snoopdos
  34. >wait 2
  35. >gccv hello.c
  36. >echo Did 2nd compile
  37.  
  38. I suggest adding a line 'stack 70000' to this script. It's probably a stack
  39. problem.
  40.  
  41. >It gets to the first compile, but explodes half way through the
  42. >second. I dunno if its just me, but every time there is a new
  43. >ixemul library version, it seems less stable than the last.
  44.  
  45. It's just you :-) But to be honest, I also advise that you upgrade to 42.1
  46. (available from ftp.ninemoons.com:/pub/ade/<latest snapshot>). 42.0 crashes
  47. when running a non-ixemul program in a Makefile and this was fixed in 42.1.
  48.  
  49. Usually, *.0 versions contain new functionality, and therefore may contain
  50. new bugs (I try to catch them in time, but I don't always succeed). Often,
  51. a *.1 version is released afterwards which fixes those bugs.
  52.  
  53.                 Hans-- 
  54.  
  55. --
  56.  Hans Verkuil, Frederik van Eedenplaats 185, 2902 VD  Capelle a/d IJssel,
  57.       The Netherlands -- Tel: 010-4585745, email: hans@wyst.hobby.nl
  58.                         ixemul.library maintainer
  59.  
  60. "...and the princesses were beautiful as the day is long and so noble they
  61.  could pee through a dozen mattresses --"                (Terry Pratchett)
  62.